xen/common/sched_credit2.c: let custom parameter parsing routines return errno
authorJuergen Gross <jgross@suse.com>
Wed, 23 Aug 2017 17:38:00 +0000 (19:38 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 25 Aug 2017 14:18:34 +0000 (16:18 +0200)
commitc298d1be76cb6b7bf5b6e5e434c84206a9957db7
tree85c48b6eed9eb5989a8a031864675ec786f73aee
parent7471d395d98ba2e149072f74110303db72f2a7db
xen/common/sched_credit2.c: let custom parameter parsing routines return errno

Modify the custom parameter parsing routines in:

xen/common/sched_credit2.c

to indicate whether the parameter value was parsed successfully.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Dario Faggioli <dario.faggioli@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
xen/common/sched_credit2.c